Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jun 2016 17:38:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210169] lib/libc/string/memcpy_test:memcpy_basic fails on recent CURRENT; random numbers have changed
Message-ID:  <bug-210169-8-XZsCaXRyEU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210169-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210169-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210169

Andrey Chernov <ache@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ache@FreeBSD.org

--- Comment #4 from Andrey Chernov <ache@FreeBSD.org> ---
You should not rely on PRNG sequence always remains the same, maximum you c=
an
expect - during release. Since -current and -stable are not releases but mo=
ving
targets, it work as supposed. If you want something which _always_ produce =
the
same sequence, roll out your own PRNG. It is impossible to change system PR=
NG
otherwise.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210169-8-XZsCaXRyEU>