Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « numpy.random »

Fonction bytes - module numpy.random

Signature de la fonction bytes

Description

bytes.__doc__

        bytes(length)

        Return random bytes.

        .. note::
            New code should use the ``bytes`` method of a ``default_rng()``
            instance instead; please see the :ref:`random-quick-start`.

        Parameters
        ----------
        length : int
            Number of random bytes.

        Returns
        -------
        out : str
            String of length `length`.

        See Also
        --------
        Generator.bytes: which should be used for new code.

        Examples
        --------
        >>> np.random.bytes(10)
        ' eh\x85\x022SZ\xbf\xa4' #random