Re: [PATCH] random: get_random_u64_below()

From: David Laight
Date: Sun Mar 16 2025 - 09:35:43 EST


On Sat, 15 Mar 2025 17:32:38 -0400
Kent Overstreet <kent.overstreet@xxxxxxxxx> wrote:

> On Sat, Mar 15, 2025 at 08:55:32PM +0000, David Laight wrote:
> ...
> > Oh I guess you haven't actually tested the version you submitted.
> > Time to play 'spot the silly error'.
>
> Please do share what you think you've found.

+static inline u64 get_random_u64_below(u32 ceil)

David