#
# ChangeLog for tests/.expect/PRNG.x64.txt
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 3:02:28 AM

Tue, 05 Dec 2023 13:16:41 GMT Peter A. Buhr <pabuhr@…> [3267041]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/PRNG.cfa (modified)

	reduce runtime testing duration of PRNG


Sat, 15 Apr 2023 20:52:59 GMT Peter A. Buhr <pabuhr@…> [8a2f7f1]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/PRNG.cfa (modified)

	fix PRNG test to work correctly on ARM


Tue, 21 Mar 2023 11:44:45 GMT Peter A. Buhr <pabuhr@…> [90fb672]
	* libcfa/src/bits/random.hfa (modified)
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/concurrent/pthread/.expect/bounded_buffer.x64.txt (modified)

	use splitmix32/64 to prime set seed for all PRNG


Mon, 20 Mar 2023 20:57:39 GMT caparsons <caparson@…> [814a4da]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/.expect/nested_function.x64.txt (modified)
	* tests/concurrent/pthread/.expect/bounded_buffer.x64.txt (modified)

	updated expect files for prng based tests


Thu, 22 Dec 2022 02:25:38 GMT Peter A. Buhr <pabuhr@…> [ae7a085c]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/.expect/nested_function.x64.txt (modified)
	* tests/PRNG.cfa (modified)
	* tests/concurrent/pthread/.expect/bounded_buffer.x64.txt (modified)

	change printing format in PRNG, update .expect for tests using PRNG


Mon, 21 Nov 2022 03:24:14 GMT Peter A. Buhr <pabuhr@…> [d2ad151]
	* libcfa/src/bits/random.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/startup.cfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* tests/.expect/PRNG.txt (deleted)
	* tests/.expect/PRNG.x64.txt (added)
	* tests/.expect/nested_function.txt (modified)
	* tests/PRNG.cfa (modified)
	* tests/concurrent/barrier/generation.cfa (modified)
	* tests/concurrent/barrier/order.cfa (modified)
	* tests/concurrent/once.cfa (modified)
	* tests/concurrent/readyQ/leader_spin.cfa (modified)
	* tests/io/away_fair.cfa (modified)
	* tests/io/comp_basic.cfa (modified)
	* tests/io/comp_fair.cfa (modified)

	major update of PRNG