Search Results

Found 3 results for "937fba7557920e84d4730395622dd007" across all boards searching md5.

Anonymous /vg/531190056#531231469
7/14/2025, 10:51:06 PM
>>531231402
I'm a white American which side am I supposed to be on
Anonymous /vg/528587829#528615514
6/24/2025, 9:42:52 AM
4chna?
Anonymous /vg/527591608#527614772
6/16/2025, 9:58:59 AM
>>527614246
>In this line, the function from math/rand library is used.

> rand.Seed(time.Now().UnixNano())

>which the package wiki mentioned that Seed values that have the same remainder when divided by 2^31-1 generate the same pseudo-random sequence.
>So rand.Seed(time.Now().UnixNano()) is not really meaningful and the possible combination that the algorithm can generate is only 2^31-1,
>way less than the possible combination of a wall (which should be greater than 10^120, thx my friend for calculating).
I don't get it