|
"use strict";
nullnull
Please Wait...
>> defaults
{ x: 123456789, y: 362436069, z: 521288629, w: 88675123 }
>> seeds in r
{ x: 1651646464, y: 2630203785, z: 20548467, w: 2608010129 }
>> rand 0 to UInt32Max
3701687786
458299110
2500872618
3633119408
516391518
>> randInt 0 to 100
68
3
88
94
81
>> randFloat 0 to 1
0.7336690425872803
0.503974974155426
0.8860761523246765
0.8220187425613403
0.3966430127620697
>> shuffle Array
[ 14, 8, 10, 3, 18, 11, 9, 5, 19, 17, 16, 0, 7, 4, 1, 12, 15, 6, 13, 2 ]
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ]
>> randCount in r
24