Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • {{draft task|PRNG Image}} Write a program that creates an image from a Pseudorandom Number Generator (PRNG) algorithm's output. ...
    24 KB (3,056 words) - 11:51, 29 January 2024
  • {{task|PRNG}} ...od enough" for many random number needs. It passes several fairly rigorous PRNG "fitness" tests that some more complex algorithms fail. ...
    50 KB (5,853 words) - 19:05, 24 May 2024
  • Put (long'Image (random)); [This version of von Neumann's PRNG uses values in the range 0..999999. ...
    39 KB (4,524 words) - 10:57, 29 January 2024
  • Put_Line(I64'Image(Next_Int)); Put(I'Image & " :" & Counts(I)'Image); ...
    48 KB (5,977 words) - 15:33, 7 November 2023
  • Ada.Text_IO.Put_Line (Integer'Image (I) & ":" & Integer'Image (N)); the current state of the PRNG, with .x set to the most recent PRN. ...
    70 KB (8,789 words) - 16:52, 10 February 2024
  • Put_Line (Value_Type'Image (A)); Put_Line (Value_Type'Image (B)); ...
    95 KB (11,132 words) - 22:49, 4 March 2024
  • Ada.Text_IO.Put (Item => V'Image); Nim standard module <code>random</code> provides a PRNG based on xoroshiro128+ algorithm whose period is 2^128 − 1. It also provide ...
    36 KB (3,890 words) - 18:58, 19 April 2024
  • Put_Line (" 10_000:" & Float'Image (Pi ( 10_000))); Put_Line (" 100_000:" & Float'Image (Pi ( 100_000))); ...
    96 KB (11,061 words) - 10:48, 4 January 2024
  • In the following, a time-based PRNG is used as that is sufficient for the task. For a different PRNG, see e.g. [[Guess_the_number#jq]] ...
    143 KB (19,071 words) - 18:19, 20 March 2024
  • ...ng|K-means]] algorithm, except for the selection of initial conditions. [[Image:CircleClusters.png|thumb|right|alt=A circular distribution of data partitio # Provide a visualization of your results, including centroids (see example image). ...
    172 KB (21,099 words) - 10:55, 12 December 2023
  • TIO.Put_Line("After sampling" & Counter'Image(N) & " random numnbers: "); TIO.Put_Line(Integer'Image(Outer/10) &"% done; current results:"); ...
    191 KB (14,928 words) - 10:24, 10 February 2024
  • ...ibuted random Latin squares (if used PRNG is good - Delphi/Pascal built-in PRNG is '''not'''). ...om/file/6fruvfgydnbmtyj/RandomLatinSquares.jpg/file Random Latin Squares - image] ...
    120 KB (14,453 words) - 08:43, 17 March 2024
  • Implement this perceptron and display an image (or some other visualization) of the result. This is based on the Java entry but just outputs the final image (as a .png file) rather than displaying its gradual build up. It also uses ...
    114 KB (12,492 words) - 11:47, 24 January 2024
  • Ada.Text_IO.Put_Line("Sample Size: " & Integer'Image(Sample_Size)); Ada.Text_IO.Put(Integer'Image(Counter(J))); ...
    79 KB (8,516 words) - 22:56, 13 February 2024
  • ...ly the balls are collected into bins at the bottom &nbsp; (as shown in the image), &nbsp; the ball column heights in the bins approximate a &nbsp; [https:/ [[Image:quincunx_bbc.gif|right]] ...
    183 KB (19,942 words) - 20:38, 16 March 2024
  • ...k">z=100 ; x = x-coord; y = y-coord; z = count; pBitmap = a pointer to the image; f = filename ...l, points are plotted as circles of random radius and color. The resulting image is at [http://www.echolalie.org/echolisp/images/circle.png]. ...
    146 KB (12,591 words) - 22:25, 13 February 2024
  • Put (Value_Type'Image (A (I, J))); Assuming proper placement of PRNG functions as defined below, the following invocation: ...
    132 KB (16,422 words) - 10:27, 18 December 2023
  • Ada.Text_IO.Put(Integer'Image(Results(R))); Since jq does not have a built-in PRNG, this entry assumes the ...
    64 KB (7,820 words) - 21:14, 8 January 2024
  • Put (Outcome'Image (I) & Character'Val (9)); Put (Float'Image (Float (Samples (I)) / Float (Trials)) & Character'Val (9)); ...
    137 KB (14,563 words) - 18:35, 22 February 2024
  • Positive'Image (Row) & Positive'Image (Column)); ...
    382 KB (42,312 words) - 08:37, 7 May 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)