# RandomBestLeastRecentlyViewedSaliencyStrategy(IVariableStorage)

Constructor in [RandomBestLeastRecentlyViewedSaliencyStrategy](https://docs.yarnspinner.dev/api/csharp/yarn.saliency/yarn.saliency.randombestleastrecentlyviewedsaliencystrategy)

## Summary

Initializes a new instance of the [RandomBestLeastRecentlyViewedSaliencyStrategy](https://docs.yarnspinner.dev/api/csharp/yarn.saliency/yarn.saliency.randombestleastrecentlyviewedsaliencystrategy) class.

```csharp
public RandomBestLeastRecentlyViewedSaliencyStrategy(IVariableStorage storage)
```

## Parameters

| Name                                                                                                | Description                                                         |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [Yarn.IVariableStorage](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.ivariablestorage) storage | The variable storage to use when determining which content to show. |
