Home
last modified time | relevance | path

Searched refs:CPP11LCG (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d624 alias CPP11LCG = LinearCongruentialEngine!(uint, 48271, 0, 2_147_483_647); variable
627 auto rnd = CPP11LCG(42);